home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 008a / tbscan30.zip / TEST.DAT < prev    next >
Text File  |  1991-11-17  |  1KB  |  55 lines

  1. ;%
  2. ;% This is a sample signature file to test the behaviour of TbScan and TbScanX
  3. ;% when they detect a signature in a file or boot sector.
  4. ;%
  5. ;% These examples are NOT viruses, but instead normal code that appears in
  6. ;% many files and boot sectors.
  7. ;%
  8. ;% Read the contents of the TEST.DAT file for additional notes and comments!
  9. ;%
  10.  
  11.  
  12. ;  To test TbScan, enter:
  13. ;               TbScan [<path>] -data test.dat
  14. ;
  15. ;
  16. ;  To test TbScanX, enter:
  17. ;               TbScanX -data test.dat -allexec
  18. ;  Then try to copy or unarchive files, execute files, and access a diskette.
  19.  
  20.  
  21. ;  NOTE! It is normal that TbScan detects more "Fake file viruses" if you
  22. ;  specify the -analyze option. This does NOT apply to real viruses, the
  23. ;  difference is that real viruses are linked to the start-up code of a
  24. ;  file, where the code of the Fake virus is not linked to the start-up
  25. ;  code and can appear everywhere!
  26.  
  27.  
  28. ;File signature
  29. ;--------------
  30. ;  This signature contains code that asks the DOS version number.
  31. ;  It is likely that a file will carry this "signature".
  32.  
  33. Fake file "virus"
  34. COM EXE
  35. B430CD21
  36.  
  37.  
  38.  
  39. ;Bootsector signature
  40. ;--------------------
  41. ;  This signature contains the last part of a normal bootsector.
  42. ;  It is likely that a bootsector contains this "signature".
  43.  
  44. Fake boot sector "virus"
  45. BOOT
  46. 2020434F4D%F55AA
  47.  
  48. Fake boot sector "virus"
  49. BOOT
  50. 2020535953%F55AA
  51.  
  52.  
  53. ;Validation code: 3DC2
  54.  
  55.